home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
misc
/
sss.lha
/
sss
/
do
next >
Wrap
AmigaDOS Script File
|
1994-06-19
|
562b
|
31 lines
.key LIST/S
;if you call this script argument "LIST", the source produced by ESA will not
;be deleted (comments will be included)
Set ESA ESA
Set ASM PhxAss_4.40ßfix
Set EXE sss
Set OPT TO
;ESA = ESA executable path
;ASM = your assembler's executable path
;EXE = name of the executable produced by the assembler
;OPT = option accepted by your assembler to specify EXE
Failat 1
If <LIST>
$ESA r cod/main.esa
$ASM cod/main.s $OPT $EXE
Else
$ESA cod/main.esa
$ASM cod/main.s $OPT $EXE
Delete cod/main.s
EndIf
Unset OPT
Unset EXE
Unset ASM
Unset ESA